home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / progtool / gnu / aa_gnu.dff < prev    next >
Text File  |  1995-11-25  |  1KB  |  28 lines

  1. Diff 1.15
  2. -rw-rw-r--  1 gray       123017 Sep 25 15:15 diff-1.15.zoo
  3.  
  4. ********
  5. ./README.AKP
  6. ********
  7. This is GNU DIFF 1.15 as modified by Allan Pratt (atari!apratt on Usenet,
  8. APRATT on GEnie) to run under TOS.  This derivative work is being released
  9. by me under the terms of the GNU public license, version 1, as per
  10. derivative works.  It is released in both source and binary form.  You need
  11. this version of diff for RCS5AKP1, my port of RCS version 5.
  12.  
  13. My modifications do the following:
  14.  
  15. 1.  Remove the -l flag, which causes the output to be piped through 'pr'
  16.     for pagination.  You can't do that under TOS.
  17.  
  18. 2.  Remove the use of the 'ino' field of the stat structure to see if two
  19.     files are really the same file.  This works under UNIX but not under TOS.
  20.     The result is that you can diff a file against itself. The result is the
  21.     same as the original sources ("no difference") but it'll take longer to 
  22.     figure that out.
  23.  
  24. If you want to recompile the code, these features are enabled by setting
  25. NO_PAGINATE and DONT_USE_STAT_INO to 1.  If you set them to zero, you get
  26. the original code exactly. There are slightly more details in the makefile
  27. for diff.
  28.